@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
}
h1 { font-size: 3rem;}
h2 { font-size: 2rem;}
h3 { font-size: 1.563rem;}
h4 { font-size: 1.375rem;}        
h5 { font-size: 1.25rem;}
h6 { font-size: 1.125rem;}





.product-table {  border-collapse: collapse;
	width: 100%;
	}.product-table th, .product-table td {  padding: 15px;
	};
}

/**umb_name:Request button*/
.request_button {
	border: 1px solid #da6a33;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background-color: #da6a33;
	box-sizing: border-box;
	font-family: 'DM Sans';
	color: #ffffff;
	text-align: center;
	line-height: normal;
	font-size: 16px;
	transition: .5s;
}

/**umb_name:Header*/
.custom-size-header {
	font-size:18px;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	font-family: 'DM Sans';
	color: #da6a33;
	text-align: left;
	line-height: normal;
}
